home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000370_jaltman2@nyc.rr.com_Fri Mar 7 09:37:11 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  52 lines

  1. Article: 14167 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!nntp1.tagonline.com!nycmny1-snf1.gtei.net!nycmny1-snh1.gtei.net!news.gtei.net!newsfeed.mathworks.com!wn13feed!worldnet.att.net!24.30.200.11!news-east.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
  3. Message-ID: <3E67E435.1010706@nyc.rr.com>
  4. From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
  5. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210
  6. X-Accept-Language: en-us, en
  7. MIME-Version: 1.0
  8. Newsgroups: comp.protocols.kermit.misc
  9. Subject: Re: TLS HowTo Telnet/FTP
  10. References: <f53f8c5c.0303041213.45f6bbe7@posting.google.com> <b4329a$300$1@watsol.cc.columbia.edu> <f53f8c5c.0303051052.327e975c@posting.google.com> <3E66D40A.1050402@nyc.rr.com> <f53f8c5c.0303060740.514c6150@posting.google.com>
  11. In-Reply-To: <f53f8c5c.0303060740.514c6150@posting.google.com>
  12. Content-Type: text/plain; charset=us-ascii; format=flowed
  13. Content-Transfer-Encoding: 7bit
  14. Lines: 29
  15. Date: Fri, 07 Mar 2003 00:09:22 GMT
  16. NNTP-Posting-Host: 66.108.138.151
  17. X-Complaints-To: abuse@rr.com
  18. X-Trace: twister.nyc.rr.com 1046995762 66.108.138.151 (Thu, 06 Mar 2003 19:09:22 EST)
  19. NNTP-Posting-Date: Thu, 06 Mar 2003 19:09:22 EST
  20. Organization: Road Runner - NYC
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14167
  22.  
  23. The proper command is
  24.  
  25.    IKS <host>
  26.  
  27. or
  28.  
  29.    SET HOST /CONNECT <host> kermit
  30.  
  31. You are not negotiating a TLS-TELNET connection.
  32.  
  33. > C-Kermit>set host /connect <host> 1649 /tls-telnet
  34. >  DNS Lookup...  Trying 149.223.210.203... (OK)
  35. > SSL_DEBUG_FLAG on
  36. > SSL/TLS init done!
  37. > Loading RSA certificate into SSL
  38. > Enter certificate passphrase:
  39. > [TLS - handshake starting]
  40. > SSL_handshake:UNKWN  before/connect initialization
  41. > SSL_connect:UNKWN  before/connect initialization
  42. > SSL_connect:3WCH_A SSLv3 write client hello A
  43. > SSL_write_alert
  44. > SSL_connect:error in 3RSH_A SSLv3 read server hello A
  45. > [TLS - SSL_connect error: error:1408F10B:SSL
  46. > routines:SSL3_GET_RECORD:wrong version number
  47. > [TLS - FAILED]
  48. > TELNET SENT DO LOGOUT
  49. > Can't open connection to <host>:1649
  50.  
  51.